.r-Wrap {
  width: 100%;
  background: #f6f6f6;
}
.r-nyTitle {
  max-width: 1200px;
  margin: auto;
  padding: 27px 0;
}
.r-nyTitle span,
.r-nyTitle a {
  font-size: 12px;
  color: #666666;
}
.r-product {
  padding-bottom: 30px;
  max-width: 1200px;
  margin: auto;
}
.r-product li {
  margin-bottom: 20px;
  min-height: 460px;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
}
.r-product li .img {
  width: 64.41666667%;
}
.r-product li .textWrap {
  width: 35.58333333%;
}
.r-product li .text {
  width: 81.96721311%;
  margin: auto;
}
.r-product li .text h6 {
  padding: 70px 0 20px;
  text-align: center;
  color: #1a1a1a;
  font-size: 24px;
  position: relative;
}
.r-product li .text h6:after {
  content: "";
  width: 22px;
  height: 3px;
  background-color: #f08519;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.r-product li .text p {
  padding-top: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #373737;
}
.r-product li .text a {
  margin: auto;
  margin-top: 60px;
  width: 122px;
  line-height: 40px;
  background-color: #f08519;
  border-radius: 20px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  display: block;
}
.r-product li:nth-child(even) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .r-nyTitle {
    padding: 10px 0;
  }
  .r-product {
    width: 97%;
    margin: auto;
  }
  .r-product li .img {
    width: 100%;
    text-align: center;
  }
  .r-product li .textWrap {
    width: 100%;
  }
  .r-product li .text h6 {
    padding: 30px 0 20px;
  }
  .r-product li .text p {
    padding-top: 20px;
  }
  .r-product li .text a {
    margin-top: 20px;
  }
}
.r-productDetails {
  max-width: 1200px;
  margin: auto;
}
.r-productDetails .title {
  display: flex;
  flex-wrap: wrap;
}
.r-productDetails .title a {
  width: 14.28571429%;
  height: 50px;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.r-productDetails .title a span {
  padding-right: 8px;
}
.r-productDetails .title a li {
  color: #333333;
  font-size: 16px;
}
.r-productDetails .title a:after {
  content: "";
  width: 2px;
  height: 100%;
  background: #f6f6f6;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  right: -1px;
}
.r-productDetails .title a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #f3a91e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.r-productDetails .title .active li {
  color: #f3a91e;
}
.r-productDetails .title .active:before {
  display: block;
}
.r-productDetails-c {
  background: #fff;
  margin-top: 20px;
  border-bottom: 40px solid #f6f6f6;
  padding: 30px 0 20px;
  display: flex;
  flex-wrap: wrap;
}
.r-productDetails-c a {
  margin: 0 0 30px 28px;
  display: block;
  width: 30%;
  border: solid 1px #dcdcdc;
}
.r-productDetails-c a h3,
.r-productDetails-c a .img {
  width: 86.11111111%;
  margin: auto;
}
.r-productDetails-c a h3 {
  padding: 18px 0;
  position: relative;
}
.r-productDetails-c a h3 li {
  padding-right: 19px;
  font-size: 18px;
  color: #1d1d1d;
}
.r-productDetails-c a h3:after {
  content: "";
  width: 14px;
  height: 17px;
  background-image: url(../images/rImg/icon2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.r-productDetails-c a .img {
  margin-bottom: 24px;
  background: #f6f6f6;
  height: 248px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .r-productDetails .title a {
    width: 33.3%;
  }
  .r-productDetails-c {
    border-bottom: 0px solid #f6f6f6;
    width: 98%;
    margin: 15px auto;
  }
  .r-productDetails-c a {
    width: 100%;
    margin: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 390px) {
  .r-productDetails .title a {
    width: 50%;
  }
}
.r-newsWrap {
  max-width: 1200px;
  margin: auto;
  background: #fff;
}
.r-news {
  max-width: 1140px;
  margin: auto;
}
.r-news a {
  border-bottom: dashed 1px #d0cfcf;
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.r-news a .img {
  width: 19%;
}
.r-news a .text {
  width: 78%;
}
.r-news a .text h3 {
  padding: 0 0 12px;
  font-size: 18px;
  color: #333;
}
.r-news a .text span {
  padding-bottom: 12px;
  font-size: 12px;
  display: block;
  color: #999;
}
.r-news a .text p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  -webkit-line-clamp:2;
  display: -webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow: ellipsis;
}
.r-news a .text .a {
  margin-top: 25px;
  display: block;
  width: 93px;
  line-height: 30px;
  background-color: #cacaca;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}
.r-news a:hover .text h3 {
  font-weight: bold;
  color: #108ccf;
}
.r-news a:hover .text .a {
  background: #108ccf;
  color: #fff;
}
@media (max-width: 768px) {
  .r-news {
    width: 98%;
    margin: auto;
  }
  .r-news a {
    padding: 15px 0;
  }
  .r-news a .img {
    width: 100%;
    text-align: center;
  }
  .r-news a .text {
    width: 100%;
  }
}
.paging {
  padding: 40px 0 50px;
  display: flex;
  justify-content: center;
}
.paging a {
  padding: 6px 10px;
  margin: 0px 2px;
  display: block;
  font-size: 12px;
  color: #999999;
  background: #fff;
  border: 1px solid #999;
  transition: all 0.4s;
}
.paging a:hover {
  background: #f3a91e;
  border: 1px solid #f3a91e;
  color: #fff;
}
.paging .active {
  background: #f3a91e;
  border: 1px solid #f3a91e;
  color: #fff;
}
.paging .aa {
  width: 60px;
  text-align: center;
  margin: 0px 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  color: #999999;
}
.InformationContent {
  margin: auto;
  margin-bottom: 50px;
  max-width: 1200px;
  background: #fff;
}
.InformationContent .D114 {
  max-width: 1140px;
  margin: auto;
}
.InformationContent .article h1 {
  text-align: center;
  padding-top: 30px;
  font-size: 22px;
  color: #333;
}
.InformationContent .article .s {
  text-align: center;
  padding: 14px 0 28px;
  border-bottom: dashed 1px #e1e1e1;
}
.InformationContent .article .s span {
  margin: 0 7px;
  font-size: 12px;
  color: #999;
}
.InformationContent .article .text {
  padding: 20px 0;
  line-height: 30px;
  color: #666;
  font-size: 14px;
}
.InformationContent .article .text p {
  /*padding-bottom: 30px;*/
  font-size: 14px;
  color: #666;
}
.InformationContent .article .text .img {
  padding-bottom: 40px;
  text-align: center;
}
.InformationContent .shareIt {
  padding: 57px 0 28px;
  display: flex;
  align-items: center;
}
.InformationContent .shareIt span {
  padding-right: 5px;
  font-size: 14px;
  color: #666;
}
.InformationContent .shareIt .shareIt-icon {
  display: flex;
}
.InformationContent .shareIt .shareIt-icon a {
  display: block;
  margin: 0 5px;
  width: 28px;
  height: 28px;
  border-radius: 3px;
  position: relative;
}
.InformationContent .shareIt .shareIt-icon a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.InformationContent .shareIt .shareIt-icon a:hover {
  animation: 1s bounce;
}
.InformationContent .shareIt .shareIt-icon .aColor1 {
  background-color: #f6c35c;
}
.InformationContent .shareIt .shareIt-icon .aColor2 {
  background-color: #72a1e1;
}
.InformationContent .shareIt .shareIt-icon .aColor3 {
  background-color: #f87866;
}
.InformationContent .shareIt .shareIt-icon .aColor4 {
  background-color: #86c328;
}
.InformationContent .what {
  border-top: dashed 1px #e1e1e1;
  padding: 27px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.InformationContent .what .sx {
  width: 710px;
}
.InformationContent .what .sx li {
  font-size: 14px;
  color: #333;
}
.InformationContent .what .sx li a {
  color: #666;
}
.InformationContent .what .sx li a:hover {
  color: #297cbb;
}
.InformationContent .what .sx li:last-child {
  padding-top: 12px;
}
.InformationContent .what > a {
  width: 134px;
  line-height: 40px;
  background-color: #e8e8e8;
  border-radius: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.InformationContent .what > a:hover {
  background: #108ccf;
  color: #fff;
}
@media (max-width: 768px) {
  .InformationContent {
    margin-bottom: 0px;
  }
  .InformationContent .article h1 {
    padding-top: 15px;
  }
  .InformationContent .article .s {
    padding: 12px 0 20px;
  }
  .InformationContent .article .text p {
    padding-bottom: 10px;
  }
  .InformationContent .shareIt {
    padding: 0px 0 20px;
  }
  .InformationContent .what {
    flex-wrap: wrap;
  }
  .InformationContent .what .sx {
    width: 100%;
  }
  .InformationContent .what a {
    margin: 25px auto 0px;
  }
}
